Variables in GUI
Description
For the graphical user interface variables are a special kind of identifier, in the sense that they can by default not be modified in the interface objects. The values of variables should be the result of an optimization. Initialization of variables can be done by letting the user specify values for parameters and assigning these parameter values to corresponding variables just before the optimization.
If you want to change the values of variables in the GUI anyway, you should make sure that those variables are in the predeclared sets AllUpdatableIdentifiers
and``CurrentInputs.``
Learn more about